| Previous | Chapter contents | Chapter top | Section top | Next |
You can use the QTVRGetQTVRTrack function to get a QTVR track contained in a QuickTime movie.
Track QTVRGetQTVRTrack (Movie theMovie, SInt32 index);
The QTVRGetQTVRTrack function returns, as its function result, a track identifier for the QTVR track that has the index specified by the index parameter in the QuickTime movie specified by the theMovie parameter. If there is no such track, QTVRGetQTVRTrack returns the value nil .
The index parameter is valid only for QuickTime VR movies that conform to version 2.0 or later of the QuickTime VR file format. Earlier versions of the file format permit only one QTVR track per file; QTVRGetQTVRTrack returns that track.
Use QTVRGetQTVRInstance (next) to get a QuickTime VR movie instance from the track identifier returned by QTVRGetQTVRTrack .
| Previous | Chapter contents | Chapter top | Section top | Next |